SVProgressHUDMaskType Constants Reference
| Declared in | SVProgressHUD.h |
|---|
SVProgressHUDMaskType
Definition
typedef NS_ENUM(NSUInteger, SVProgressHUDMaskType ) {
SVProgressHUDMaskTypeNone = 1,
SVProgressHUDMaskTypeClear,
SVProgressHUDMaskTypeBlack,
SVProgressHUDMaskTypeGradient,
SVProgressHUDMaskTypeCustom,
};